pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | init container: prepare 2025/09/10 18:43:02 Entrypoint initialization pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | init container: place-scripts 2025/09/10 18:43:03 Decoded script /tekton/scripts/script-0-r66j5 2025/09/10 18:43:03 Decoded script /tekton/scripts/script-1-f4tm2 2025/09/10 18:43:03 Decoded script /tekton/scripts/script-2-kf5gz 2025/09/10 18:43:03 Decoded script /tekton/scripts/script-3-wbcvj 2025/09/10 18:43:03 Decoded script /tekton/scripts/script-4-74855 pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | init container: working-dir-initializer pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | container step-build: [2025-09-10T18:43:07,143334663+00:00] Validate context path [2025-09-10T18:43:07,147041143+00:00] Update CA trust [2025-09-10T18:43:07,148306958+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-10T18:43:08,485071493+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-09-10T18:43:08,497230555+00:00] Prepare system (architecture: x86_64) [2025-09-10T18:43:10,609659535+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/python-39:1-117.1684741281... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:8a2e9815396eaa57b0dfe27b2dfc442417f06aa70974c358f198980b533c7942 Copying blob sha256:5465449a2ea5d8a7e05fa498c8ba35f0ce7714b0ad37e716961fca17dfa1ef13 Copying blob sha256:085efe85e9dfb0b3d5d2392e4b78660a3091bf1ded336315117a627fbdd0567d Copying blob sha256:a07d808ddf4404b3885fef6100142a973cc667b2c3c4abcf4db96508795b1efb Copying config sha256:45c8f23c11bb64f238236aaf5cbe05595778e1d4fb6c06109c6fcc0a6b57a45b Writing manifest to image destination Storing signatures { "architecture": "x86_64", "build-date": "2025-09-10T18:43:10Z", "com.redhat.component": "python-39-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Python 3.9 available as container is a base platform for building and running various Python 3.9 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "distribution-scope": "public", "io.buildah.version": "1.40.1", "io.buildpacks.stack.id": "com.redhat.stacks.ubi9-python-39", "io.k8s.description": "Python 3.9 available as container is a base platform for building and running various Python 3.9 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "io.k8s.display-name": "Python 3.9", "io.openshift.expose-services": "8080:http", "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i", "io.openshift.tags": "builder,python,python39,python-39,rh-python39", "io.s2i.scripts-url": "image:///usr/libexec/s2i", "maintainer": "SoftwareCollections.org ", "name": "ubi9/python-39", "release": "117.1684741281", "summary": "Platform for building and running Python 3.9 applications", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/python-39/images/1-117.1684741281", "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.9/test/setup-test-app/ ubi9/python-39 python-sample-app", "vcs-ref": "0573f36d9f72c1ded27c2e2e01beceb9a7efcb55", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1", "quay.expires-after": "5d" } [2025-09-10T18:43:27,512772369+00:00] Register sub-man Adding the entitlement to the build [2025-09-10T18:43:27,518072264+00:00] Add secrets [2025-09-10T18:43:27,541269412+00:00] Run buildah build [2025-09-10T18:43:27,542675835+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 --label quay.expires-after=5d --label build-date=2025-09-10T18:43:10Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.OcbwRS -t quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 . STEP 1/9: FROM registry.access.redhat.com/ubi9/python-39:1-117.1684741281 STEP 2/9: EXPOSE 8081/tcp STEP 3/9: ENV FLASK_PORT=8081 STEP 4/9: WORKDIR /projects STEP 5/9: COPY . . STEP 6/9: RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; elif [ `ls -1q *.txt | wc -l` == 1 ]; then pip install -r *.txt; fi Collecting Flask==2.3.3 Downloading flask-2.3.3-py3-none-any.whl (96 kB) Collecting importlib-metadata>=3.6.0 Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) Collecting itsdangerous>=2.1.2 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Collecting Jinja2>=3.1.2 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Collecting blinker>=1.6.2 Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Collecting Werkzeug>=2.3.7 Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) Collecting click>=8.1.3 Downloading click-8.1.8-py3-none-any.whl (98 kB) Collecting zipp>=3.20 Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Installing collected packages: zipp, MarkupSafe, Werkzeug, Jinja2, itsdangerous, importlib-metadata, click, blinker, Flask Successfully installed Flask-2.3.3 Jinja2-3.1.6 MarkupSafe-3.0.2 Werkzeug-3.1.3 blinker-1.9.0 click-8.1.8 importlib-metadata-8.7.0 itsdangerous-2.2.0 zipp-3.23.0 WARNING: You are using pip version 21.3.1; however, version 25.2 is available. You should consider upgrading via the '/opt/app-root/bin/python3.9 -m pip install --upgrade pip' command. STEP 7/9: CMD [ "python", "./app.py" ] STEP 8/9: COPY labels.json /root/buildinfo/labels.json STEP 9/9: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="0573f36d9f72c1ded27c2e2e01beceb9a7efcb55" "quay.expires-after"="5d" "build-date"="2025-09-10T18:43:10Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 --> bd7481db66d7 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 bd7481db66d75b1a66ca9f22d2ecc646ed493904663894feb10df58fe359e376 [2025-09-10T18:43:33,776127896+00:00] Unsetting proxy [2025-09-10T18:43:33,777613704+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/python-39:1-117.1684741281 registry.access.redhat.com/ubi9/python-39:1-117.1684741281@sha256:40a58935b9c22664927b22bf256f53a3d744ddb7316f3af18061099e199526ee Getting image source signatures Copying blob sha256:265526bfdbe39cd464b1373c27dee2180e423bf5b29850a700313c3259e725f9 Copying blob sha256:d93d3cc0bc0c5ed9655bcdcf31183ed0b570076c0e6a13e0d7cb907d0b877b00 Copying blob sha256:bc8a0003b3470be53e5cf295daf38c287d3f20ab90e8f5c2b6f17406b158d323 Copying blob sha256:629980bfa23ec05ce5acc61ed2866ddf8713f40bb2a61f0850395082f1457220 Copying blob sha256:d661a108c347030c3ef626a0e0020e084fba1e1023193824f5395fa90ef40bde Copying config sha256:bd7481db66d75b1a66ca9f22d2ecc646ed493904663894feb10df58fe359e376 Writing manifest to image destination [2025-09-10T18:43:58,193137730+00:00] End build pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | container step-push: [2025-09-10T18:43:58,338801483+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-10T18:44:00,978002760+00:00] Convert image [2025-09-10T18:44:00,979469057+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:python-component-hjhgbm-on-pull-request-mntq7-build-container Executing: buildah push --format=oci --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 docker://quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:python-component-hjhgbm-on-pull-request-mntq7-build-container [2025-09-10T18:44:27,163411167+00:00] Push image with git revision Pushing to quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 Executing: buildah push --format=oci --retry 3 --tls-verify=true --digestfile /workspace/source/image-digest quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 docker://quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 sha256:f63e14f394961237be5645e2192b870d1dcb58688f91852805c8c7ab63520047quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 [2025-09-10T18:44:29,375973512+00:00] End push pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | container step-sbom-syft-generate: [2025-09-10T18:44:29,546581394+00:00] Generate SBOM Running syft on the source directory [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) Running syft on the image [2025-09-10T18:44:52,931649416+00:00] End sbom-syft-generate pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | container step-prepare-sboms: [2025-09-10T18:44:53,759320011+00:00] Prepare SBOM [2025-09-10T18:44:53,766865971+00:00] Generate SBOM with mobster 2025-09-10 18:45:02,177 [INFO] mobster.log: Logging level set to 20 2025-09-10 18:45:04,070 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-acl-7fdbf9b1efb3c327', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-alternatives-9538a795197cd790', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-annobin-620f5ca911c854fc', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-44fc30cd993bd894', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-devel-ab0c49e328180436', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0-and-BSD-with-advertising-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-util-f25e3793262013e2', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-util-bdb-1443f322b37fef41', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-util-devel-b396da24d005a7f2', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-util-ldap-45ff94e39c268888', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-apr-util-openssl-7e3c67c680834001', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-atlas-7f135d0af422412d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-atlas-devel-e1a5d8b2620f6d3e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-audit-libs-c60c4062ecc5fd19', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-autoconf-d21271723c126f69', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GFDL', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-automake-71eb89a0789b5f00', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GFDL-and-Public-Domain-and-MIT', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-basesystem-2cedbe7bd36d2161', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bash-73007870af2280a5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-binutils-684d7e5f134eee02', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-binutils-gold-057a2b0d9b0ede45', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Boost-and-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Boost-and-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-boost-regex-c2f6ad4ab4080fef', element_type=, full_element=LicenseSymbol('LicenseRef-Boost-and-MIT-and-Python', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bsdtar-58e6c24ee527cf00', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-f16d46b058afa3c8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-devel-8dcb885f73a4c386', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-bzip2-libs-5f02557aba2b2ca5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ca-certificates-876ddc8d172da7dc', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-or-MPLv1.1. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-or-MPLv1.1', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cairo-641045ebf8facaaf', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-or-MPLv1.1', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-MIT-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-MIT-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cmake-e3b522d481b5b52e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-MIT-and-zlib', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-MIT-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-MIT-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cmake-data-d74e7d94b6e0170b', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-MIT-and-zlib', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-MIT-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-MIT-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cmake-filesystem-63ef79e0183d4fba', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-MIT-and-zlib', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-MIT-and-zlib. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-MIT-and-zlib', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cmake-rpm-macros-75f47048013bc040', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-MIT-and-zlib', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-coreutils-single-e39127ccf38c9f23', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cpp-36f60cc145c855c3', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cracklib-90976ad369e95dcb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cracklib-dicts-03f1cfdddb1f75c1', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-fd76655fb5d9531b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-crypto-policies-scripts-b3723da502d79333', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-with-advertising. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-with-advertising', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cyrus-sasl-08d8b5e6bb97eed3', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-with-advertising', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-with-advertising. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-with-advertising', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cyrus-sasl-devel-b38dd0edc1fa7256', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-with-advertising', is_exception=False))) 2025-09-10 18:45:04,071 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-with-advertising. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-with-advertising', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-cyrus-sasl-lib-5a4d8a266c515c3b', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-with-advertising', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-057e66990ff2881e', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-broker-718c5bcbf3d887f3', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-common-66184d1927aea4b3', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-AFL--and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-AFL--and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dbus-libs-5b4893526e6ac965', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-AFL--and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Expat--MIT-X11-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Expat--MIT-X11-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-dbus-python-2830d4788444c709', element_type=, full_element=LicenseSymbol('LicenseRef-Expat--MIT-X11-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-new-BSD-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-new-BSD-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-decorator-4e0ceec2b29ecabd', element_type=, full_element=LicenseSymbol('LicenseRef-new-BSD-License', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Bitstream-Vera-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Bitstream-Vera-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dejavu-sans-fonts-dfd23518c3ae46b3', element_type=, full_element=LicenseSymbol('LicenseRef-Bitstream-Vera-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dmidecode-acb71639665abf75', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-e1c54f4bb3ecbd42', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-data-616ba307c9faf883', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dnf-plugins-core-52afce20f4c26b78', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-dwz-0ec49411a31e3a59', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ed-3f2b1399050debd9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-efi-srpm-macros-00602e44d1bb5fea', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-debuginfod-client-98f2f51a8cf64e46', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and--GPLv2--or-LGPLv3--', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-default-yama-scope-49dc5c21f2953e9a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-libelf-55eb0088efe6009f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-elfutils-libs-42a5fc8adc685d67', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-CC0-1.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-CC0-1.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-emacs-filesystem-3bb9a6176562f88e', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-CC0-1.0', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-enchant-2a2e8e034e648d5a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-environment-modules-38237150de7141cb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-file-bca44471c1551322', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-file-libs-a175a8760b38e29e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-filesystem-62dfe80e897ceedb', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-findutils-c40c62b842d3ae2f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Public-Domain-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Public-Domain-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fontconfig-75c5aaad10d42659', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Public-Domain-and-UCD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Public-Domain-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Public-Domain-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fontconfig-devel-27d5738bdf096b84', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Public-Domain-and-UCD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-fonts-srpm-macros-5a40360f15de710b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-freetype-44881f12e26289d0', element_type=, full_element=LicenseSymbol('LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-freetype-devel-e4ccc7ed8ce4ad29', element_type=, full_element=LicenseSymbol('LicenseRef--FTL-or-GPLv2---and-BSD-and-MIT-and-Public-Domain-and-zlib-with-acknowledgement', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gawk-9dcf052ea12fdad7', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv2--and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-c27be52dba940498', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-c---041acd78cea979c5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-gfortran-81e7b38e1f85eb52', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gcc-plugin-annobin-ab011ad48449a4ff', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-3789058e660e9550', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-gdbserver-69c1f591d0c9119a', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdb-headless-103c2d6fe39ef180', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-GPL--and-LGPLv2--and-LGPLv3--and-BSD-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gdbm-libs-b432066704b0c51c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gettext-0c4e3f97d5b46fa0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2--and-GFDL', is_exception=False))) 2025-09-10 18:45:04,072 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gettext-libs-9b6cd90e99cb5da5', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ghc-srpm-macros-35ba66b397ffd204', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-03d0f308f802154d', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-core-91f1aea3ebd89b73', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-git-core-doc-56d4742bb85e4186', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glib2-dd78ae2937058488', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glib2-devel-503499811ccdcb06', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-9c8da227dedb1a46', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-common-dc12cd38b92a566f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-devel-98ca95746276cc1a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-gconv-extra-e266d1091430e12b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-headers-ee5aa339094e85bb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-langpack-en-a2de1a585b294163', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-locale-source-9966d20a2e8e7d2f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-glibc-minimal-langpack-5e79fa2a5e5f46cd', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2--with-exceptions-and-GPLv2--and-GPLv2--with-exceptions-and-BSD-and-Inner-Net-and-ISC-and-Public-Domain-and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gmp-64839c496ad33b59', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnupg2-bafc4028bd96a606', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gnutls-ef48df06bb0abfc1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-go-srpm-macros-777128b2a5ccea30', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gobject-introspection-a940b80fe4b46c8b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--and-MIT', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-gpg-c86815c9c5d69c75', element_type=, full_element=LicenseSymbol('LicenseRef-LGPL2.1---the-library---GPL2---tests-and-examples-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-07413682000f3d88', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-pubkey. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-pubkey', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpg-pubkey-a243d3460507af96', element_type=, full_element=LicenseSymbol('LicenseRef-pubkey', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gpgme-f1b53ce035ee04b6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-graphite2-25babc10d18ff329', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-graphite2-devel-f16122547c2b2e4b', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv2--or-GPLv2--or-MPLv1.1--and--Netscape-or-GPLv2--or-LGPLv2--', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-grep-196df9cad96e380f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-groff-base-8fd5e310306084a2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL-and-BSD-and-MIT', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GFDL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GFDL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-gzip-c6d271ceb43c1409', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GFDL', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hostname-89f658a25c7b3c9b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-httpd-4749d23f0f802fe3', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-httpd-core-4a792a3440aeeae6', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-httpd-devel-7e32b02c9dddc91a', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-httpd-filesystem-2edf1473ec0486f0', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-httpd-tools-d940ad737ef4df26', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hunspell-b2e3ea39981c4d08', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hunspell-en-cac7824e652fd373', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2-and-BSD', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hunspell-en-GB-9ff5fbda50ef9d4b', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2-and-BSD', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-LGPLv2-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-LGPLv2-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hunspell-en-US-e9d4e60b7e749dba', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-LGPLv2-and-BSD', is_exception=False))) 2025-09-10 18:45:04,073 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-hunspell-filesystem-70789813ddfc4cec', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--or-GPLv2--or-MPLv1.1', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-like. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-like', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-idna-99e93abe8a4d5a55', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-like', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ima-evm-utils-5a2ef279ff5621ca', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-info-2d6a98b9a0d5f906', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-jbigkit-libs-a7f6a31715704352', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-json-glib-108eb76e1b96e414', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-Redistributable--no-modification-permitted. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-Redistributable--no-modification-permitted', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-kernel-headers-4060836e0fbbe3af', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-Redistributable--no-modification-permitted', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-keyutils-libs-4422e914738c17ef', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-keyutils-libs-devel-1d35da7e4eb1b630', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-kmod-libs-00cb3e9b59f2eab5', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-core-en-df5d3ce64e6dc98c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-core-font-en-d73e936743b685e7', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-langpacks-en-27488b456777ffc1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--or-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--or-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-less-71501a2f59eafda0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--or-BSD', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libacl-3e7cdb826959354c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libarchive-8ed8a7563a07a1a9', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libassuan-a799ab1600e49872', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libattr-304e2047f10e5c4f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libbabeltrace-368814a81ee30e07', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-GPLv2', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libblkid-7aa80082f8298e55', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libblkid-devel-c11ac237c76fd8b1', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-cc5f5f4f6b7e653a', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPLv2', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcap-ng-a3aa75d8273e1cac', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-libcomps-2666adbea71856c1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libcomps-9adfebe4c139bc3f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-and-Sleepycat. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-and-Sleepycat', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdb-a4f81dbb6ad2e0dd', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-and-Sleepycat', is_exception=False))) 2025-09-10 18:45:04,074 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-LGPLv2-and-Sleepycat. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-LGPLv2-and-Sleepycat', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdb-devel-5aa1b89690d659d7', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-LGPLv2-and-Sleepycat', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdnf-339e9ed2a782425f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libdnf-plugin-subscription-manager-528d539c02213396', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libedit-800d3e8273e5a673', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-ISC. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-ISC', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libevent-2885715710e135d8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-ISC', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libfdisk-d8d5001e28cf7ac2', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libfido2-295f52ecfab0bc28', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcc-9b6bc041e0579748', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgcrypt-628dc85604a77874', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgfortran-6f89837ae680e9a8', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgomp-0f2f75020309bfbb', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgpg-error-102fca6f01ef28cf', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libgpg-error-devel-54e05f83c7aee7d0', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-UCD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-UCD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libicu-5fbe3f945b76169c', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-UCD-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-UCD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-UCD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libicu-devel-3ad91ef69619b607', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-UCD-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libidn2-6a3c1818891dac67', element_type=, full_element=LicenseSymbol('LicenseRef--GPLv2--or-LGPLv3---and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libipt-b7ba1f30c136e081', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libksba-a9d3f10576c21b37', element_type=, full_element=LicenseSymbol('LicenseRef--LGPLv3--or-GPLv2---and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmount-604bd7f10404bfdf', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmount-devel-1fa281dee577d6f2', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libmpc-92bc76ab8dfdee61', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libnl3-8b95e2d24991232f', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpath-utils-1c60db559bf7be85', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpipeline-2252dcf840e3bf94', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libpwquality-bfcd412ee65981a5', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libquadmath-353c084d24caa5ab', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libquadmath-devel-e10a9580dcd3784c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librepo-3ec8be3d284c1dc7', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libreport-filesystem-53232b1db4311718', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,075 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2.1-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2.1-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-librhsm-9db2580ac7649f71', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2.1-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libseccomp-41e90d392d44aa88', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libselinux-c398b445a6fad525', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libselinux-devel-5a95eccf0cdf0042', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsemanage-45fb2bbfb9f5c6ff', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsepol-f737816f77a044a6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsepol-devel-020f6dfc89a46a85', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsigsegv-2baa82c983b30582', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsmartcols-5e6bceedbc953d6a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libsolv-3b171874e2e095a8', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libstdc---c59218a64cc84791', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libstdc---devel-560bd9f36c0d6d75', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-GPLv3--with-exceptions-and-GPLv2--with-exceptions-and-LGPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtalloc-82dc15c851a73b94', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtasn1-6f527d10e3f94366', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-SISSL-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-SISSL-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtirpc-210551c8cf019c0e', element_type=, full_element=LicenseSymbol('LicenseRef-SISSL-and-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libtool-ltdl-0d63f45d9e70e4ea', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libunistring-e1c9803b20913af1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuser-46e610629985fbfb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libutempter-0411b175c264741d', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuuid-fdf99059388f22eb', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-BSD-and-ISC. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-BSD-and-ISC', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libuv-33349374b736de00', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-BSD-and-ISC', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libwebp-afbf07b9e0774feb', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libwebp-devel-83e668c877510643', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-726407ce9205c669', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-compat-ac0237424b9ca8d4', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-BSD-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-BSD-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libxcrypt-devel-e3d4d25bafbddff6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-BSD-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-libzstd-3d2c73c5a5a7205b', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Sendmail-and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Sendmail-and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lsof-28eb8724dad9c66d', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Sendmail-and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-lz4-libs-0fc14552c6652ab5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-BSD', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-m4-e2e34b60751631e9', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,076 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mailcap-a9b3eec2e25f757f', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain-and-MIT', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-make-56ecc7b7954a433f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-man-db-d2856e94672c2588', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-92ac9ca580928820', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-config-e12e17a6b569f11a', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mariadb-connector-c-devel-eb9ffdead9e13a14', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mod-http2-9c72d005bce91aca', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mod-ldap-9979787ad0afd0ef', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mod-lua-124cea085b7fe5c2', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mod-session-26dde49501affdc7', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mod-ssl-0c7b644b2b678542', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-mpfr-9606bf2c1d407bed', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv3--or-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv3--or-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nettle-f73b017628dd00c7', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv3--or-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-c41954781b544ff8', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-docs-2f18cf12b62ba0bd', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-full-i18n-9dfa58eaba89a0f9', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nodejs-libs-f03404ebd2222f7e', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-npm-95b4789fc73dbeb8', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-ASL-2.0-and-ISC-and-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-npm-npm-init-2358cefc1b11bbae', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-npth-e8d4429184219587', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-wrapper-45d633450da5c67d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-nss-wrapper-libs-1c8b4be319a3e160', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-ocaml-srpm-macros-c3616949460248d5', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-e45100d90f182f13', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-compat-a17b70f559fc284d', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-OpenLDAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-OpenLDAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openldap-devel-1b856b076c5d71d4', element_type=, full_element=LicenseSymbol('LicenseRef-OpenLDAP', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssh-29fc434e4709e09d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssh-clients-41fdb5bd98bd51c2', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-e9f8fa7181dae65c', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-devel-73ac3d9d4f5f37a3', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,077 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-openssl-libs-f6b986f80ce428a5', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-4d4327c0a92b266d', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-p11-kit-trust-7490a39ace24ed08', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pam-8fd0230ce8292283', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-or-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-or-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-passwd-9d80b2d9eec85b35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-or-GPL-', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-patch-796a665b6dc87cd1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-34beecf525db2300', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-cpp-80c009b2db97e1c7', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-devel-55a0b761f1fbc5ec', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-utf16-9b8db806decc2c35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre-utf32-272c338aba2dd0ba', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-8e95b12697b0d9b0', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-devel-d0f7d95676ab2ca3', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-syntax-3841e1942e49762c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-utf16-4a6f5b96ae0abb60', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pcre2-utf32-fbcf0a8477d97839', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-AutoLoader-add6a0de42dacbfb', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-B-93fcd72d2adb0a18', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Carp-c3239c97f775ff29', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Class-Struct-a2397b9f9acb1640', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Data-Dumper-7013ea7008b3bde8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Digest-b28a297c4ab49ad7', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-RSA. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-RSA', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Digest-MD5-3ddd75e72fb39567', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-RSA', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-DynaLoader-4f07fd9fad5baa9c', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Encode-0efbce399938bbce', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-Artistic-2.0-and-UCD', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Errno-4f9cd159261d295f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Error-0d31975c51d86a96', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MIT', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Exporter-da8694cc57491d00', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Fcntl-80680afa06138aca', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Basename-bcbc60d178a2cd7f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Compare-cb84fa077e4b15d2', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,078 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Copy-9c4305025cb96bed', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Find-d2cc564be1da84c8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Path-a728372afcb60992', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-Temp-a8a851e2bf518a37', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-File-stat-13d358f312208807', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-FileHandle-5216b636da9bc5a8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Getopt-Long-285b29da1e9f0928', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Getopt-Std-9c2b8b0373e6eb76', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Git-d011c41243913517', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-HTTP-Tiny-f2b2b41b3febcfb4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-0c1aca4477c1e5c7', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-Socket-IP-b22ef34a208f7dc8', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IO-Socket-SSL-491a55c75224ff9d', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MPLv2.0', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-IPC-Open3-3e8371e3e7f920d3', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-MIME-Base64-bfc3b3b92bd65590', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-MIT', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Mozilla-CA-1815f0bc1a2fc181', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-NDBM-File-1a2c8c09306b9524', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Artistic-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Artistic-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Net-SSLeay-6e0eab0b957f6fbb', element_type=, full_element=LicenseSymbol('LicenseRef-Artistic-2.0', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-POSIX-587106caedb9eb2f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-PathTools-b0b50ee179a2b33c', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-BSD', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Escapes-eb7b3d15896e8459', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Perldoc-2929c9d286ecf99c', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Simple-c4f9a26dd2afcd13', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Pod-Usage-f3799d687c9d0721', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Scalar-List-Utils-764c8a223b33d695', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-SelectSaver-073d119b88f22839', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Socket-7e771fcfcd9c8405', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Storable-7be730f033fe6ad1', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Symbol-7374a80754ec4f9f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Term-ANSIColor-0be906606674e6ed', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Term-Cap-2bcdb990b6cedf89', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,079 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--Copyright-only--and--Artistic-or-GPL--. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--Copyright-only--and--Artistic-or-GPL--', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-TermReadKey-d7aab29b33bb43dc', element_type=, full_element=LicenseSymbol('LicenseRef--Copyright-only--and--Artistic-or-GPL--', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Text-ParseWords-faa45a8f1b5c7cfa', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Thread-Queue-9789f6adcfb5512e', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-Time-Local-8566fe6879e77ecb', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-URI-8c51a4f9c22b5696', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-base-04927cf5cbd5e57e', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-constant-198828c3fb6ffd8f', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-if-a57771ac3bcfe99e', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-interpreter-1d1a0adcc228855b', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-lib-8b71ba9188736b2d', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-libnet-b779484a3a120dd2', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-libs-6e9cb50b6137328b', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-BSD-and-HSRL-and-MIT-and-UCD-and-Public-domain', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-mro-1a686ea9dafc449e', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-overload-2f8cec063ee2c928', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-overloading-a47808531c293902', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-parent-4671b629ca460caf', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef--GPL--or-Artistic--and-FSFAP. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef--GPL--or-Artistic--and-FSFAP', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-podlators-363d3f9d00746f75', element_type=, full_element=LicenseSymbol('LicenseRef--GPL--or-Artistic--and-FSFAP', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-srpm-macros-a400e10c19bf2b2b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-subs-79328b6a8253071d', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-threads-dc865917cbaf17db', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-threads-shared-5c66e844591fe8e3', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--or-Artistic. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--or-Artistic', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-perl-vars-98cc6f7d82cdc1da', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--or-Artistic', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-pkgconf-m4-c331dce09456c33d', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--with-exceptions', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-procps-ng-741c60ff640952a7', element_type=, full_element=LicenseSymbol('LicenseRef-GPL--and-GPLv2-and-GPLv2--and-GPLv3--and-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MPLv2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MPLv2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-publicsuffix-list-dafsa-24dbab8dc5f14b7c', element_type=, full_element=LicenseSymbol('LicenseRef-MPLv2.0', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GNU-LGPL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GNU-LGPL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pygobject-ef59b91ccf046aba', element_type=, full_element=LicenseSymbol('LicenseRef-GNU-LGPL', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pyinotify-303959b114fb224b', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-License', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-pysocks-acfe86c3920dab8e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Dual-License. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Dual-License', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-python-dateutil-bab0ec9427f4c82d', element_type=, full_element=LicenseSymbol('LicenseRef-Dual-License', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python-srpm-macros-073b79a80caaa542', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-9d35b8cfcca028bd', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-10 18:45:04,080 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-chardet-0a2e0515127768a4', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-cloud-what-fca6f3052e8e3007', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dateutil-6bca9692e8b0b89e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-decorator-b8924a55fedc0f3c', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-devel-3515715151cb8603', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dnf-944b79a45a77b31c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-dnf-plugins-core-c6f035eedbe32288', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-ethtool-0dda8c90b9041dc0', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gobject-base-68a197fd2d6c6f4d', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gobject-base-noarch-1d39385db2a9f9e6', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-gpg-1e3fe612c6b1ea76', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-hawkey-d663de00e6d5c17c', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-Python-and-Unicode. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-Python-and-Unicode', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-idna-4f7a30c0ef185c35', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-Python-and-Unicode', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-iniparse-1829ebecd9215fb6', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libcomps-ef3267ca8d95af7d', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libdnf-89d95a7775ba1f83', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-librepo-8080e0f0c09cc9bb', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Python. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Python', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-libs-b6422e7934511e2a', element_type=, full_element=LicenseSymbol('LicenseRef-Python', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pip-edbbd75c6e35f10b', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pip-wheel-b58dd2e4c1319e05', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and-Python-and-ASL-2.0-and-BSD-and-ISC-and-LGPLv2-and-MPLv2.0-and--ASL-2.0-or-BSD-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-pysocks-fc6682800f52f13a', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-ASL-2.0. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-ASL-2.0', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-requests-a52b3f5038c0d088', element_type=, full_element=LicenseSymbol('LicenseRef-ASL-2.0', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-rpm-753da0bfa9867355', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and--BSD-or-ASL-2.0-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and--BSD-or-ASL-2.0-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-setuptools-a04c66cb9f17f4b3', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and--BSD-or-ASL-2.0-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-MIT-and--BSD-or-ASL-2.0-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-MIT-and--BSD-or-ASL-2.0-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-setuptools-wheel-290be2c6f70918ba', element_type=, full_element=LicenseSymbol('LicenseRef-MIT-and--BSD-or-ASL-2.0-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-subscription-manager-rhsm-ddaecb50aa49e352', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-python3-systemd-604d4d5294c1e1ec', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-qt5-srpm-macros-dadbb646c7d2cc13', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-readline-86bb1c48d046cf90', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-redhat-release-a85f40922a795f71', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-redhat-rpm-config-d2cfef5c2c9ff1fb', element_type=, full_element=LicenseSymbol('LicenseRef-GPL-', is_exception=False))) 2025-09-10 18:45:04,081 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rootfiles-75dc074aab79ce0f', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GNU-General-Public-License-v2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GNU-General-Public-License-v2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-rpm-c25f876745d22522', element_type=, full_element=LicenseSymbol('LicenseRef-GNU-General-Public-License-v2', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-59cf307d0b9165b2', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-build-libs-b4a8913133896ed1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-libs-1746768d5ed3f961', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-LGPLv2--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-LGPLv2--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rpm-sign-libs-7ec08b0658b555d4', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-LGPLv2--with-exceptions', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-rsync-e654da0a48ee8007', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-scl-utils-9cc5fa82fc0251f1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sed-e21cb9e7dda039e1', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-setup-996327334a1bac9c', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-UNKNOWN. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-UNKNOWN', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-setuptools-946b9864eb4e3fda', element_type=, full_element=LicenseSymbol('LicenseRef-UNKNOWN', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-shadow-utils-e94830f0c94997d6', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-source-highlight-ee25df6ffc83103c', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-e680157f8ba75c3e', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-devel-ac4c5d54543f418b', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sqlite-libs-9b374837a5bfb7ca', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3--with-exceptions. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3--with-exceptions', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-sscg-be230c127405ba65', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3--with-exceptions', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-subscription-manager-c2f2fab1a0149e13', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-subscription-manager-59d35a4e0ef45f68', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-subscription-manager-rhsm-certificates-932c8ad6b0684868', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-cf57f4cc64cb0e32', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-libs-683f0c68ccbbf407', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-pam-779abec60f291365', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-python-systemd-python-4029da0e7e7877a9', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-LGPLv2--and-MIT-and-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-LGPLv2--and-MIT-and-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-systemd-rpm-macros-6be84f8375a4cc74', element_type=, full_element=LicenseSymbol('LicenseRef-LGPLv2--and-MIT-and-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tar-1bf7671a0216a56b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD-and-TCGL. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD-and-TCGL', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tpm2-tss-751b1c00db18d705', element_type=, full_element=LicenseSymbol('LicenseRef-BSD-and-TCGL', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-tzdata-7bc15d03191f60fb', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-unzip-524a9faaeb2fd62e', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,082 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-usermode-bb353265459fa90b', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-util-linux-704d7156b54d0c99', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-util-linux-core-a435808743f13b5e', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-and-GPLv2--and-LGPLv2--and-BSD-with-advertising-and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Vim-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Vim-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-vim-filesystem-c6f0efbbde11b210', element_type=, full_element=LicenseSymbol('LicenseRef-Vim-and-MIT', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Vim-and-MIT. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Vim-and-MIT', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-vim-minimal-1ada63475d326f87', element_type=, full_element=LicenseSymbol('LicenseRef-Vim-and-MIT', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-virt-what-97b02f065cd01601', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-wget-90e1935c0bceaabd', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3-', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv3. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv3', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-which-fd6d8a6e282bfda3', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv3', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPL-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPL-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xml-common-1f7e830cd2176fc4', element_type=, full_element=LicenseSymbol('LicenseRef-GPL-', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2--and-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2--and-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-0a6861fd7e9f5c1f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2--and-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-devel-76d1675c88c43ec4', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-Public-Domain. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-Public-Domain', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-xz-libs-f3e667a0375f3959', element_type=, full_element=LicenseSymbol('LicenseRef-Public-Domain', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-GPLv2-. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-GPLv2-', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-yum-0a6381faaeb9a44f', element_type=, full_element=LicenseSymbol('LicenseRef-GPLv2-', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-BSD. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-BSD', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zip-59c24943fe373459', element_type=, full_element=LicenseSymbol('LicenseRef-BSD', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Boost. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Boost', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zlib-0efcf83a23d6320a', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Boost', is_exception=False))) 2025-09-10 18:45:04,083 [WARNING] mobster.cmd.generate.oci_image: ValidationMessage(validation_message='Unrecognized license reference: LicenseRef-zlib-and-Boost. license_expression must only use IDs from the license list or extracted licensing info, but is: LicenseRef-zlib-and-Boost', context=ValidationContext(spdx_id=None, parent_id='SPDXRef-Package-rpm-zlib-devel-56fb74fd55721d25', element_type=, full_element=LicenseSymbol('LicenseRef-zlib-and-Boost', is_exception=False))) 2025-09-10 18:45:04,293 [INFO] mobster.main: Exiting with code 0. [2025-09-10T18:45:04,374977731+00:00] End prepare-sboms pod: python-component-hjhgbm-on-045f512dd86f5e7b1be33a9478aaf3d9-pod | container step-upload-sbom: [2025-09-10T18:45:04,939931091+00:00] Upload SBOM INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' Using token for quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm Pushing sbom to registry Executing: cosign attach sbom --sbom sbom.json --type spdx quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55@sha256:f63e14f394961237be5645e2192b870d1dcb58688f91852805c8c7ab63520047 quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm@sha256:61f5a4115311606e63b6b9228458df2b13a30425844bd0d2562275d09c0f6b33 [2025-09-10T18:45:08,879812761+00:00] End upload-sbom pod: python-component-hjhgbm-on-151a48efe584f5b66872219d54ede490-pod | init container: prepare 2025/09/10 18:42:40 Entrypoint initialization pod: python-component-hjhgbm-on-151a48efe584f5b66872219d54ede490-pod | init container: place-scripts 2025/09/10 18:42:43 Decoded script /tekton/scripts/script-0-schjd 2025/09/10 18:42:43 Decoded script /tekton/scripts/script-1-tw6g2 pod: python-component-hjhgbm-on-151a48efe584f5b66872219d54ede490-pod | container step-clone: INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt {"level":"info","ts":1757529766.4041848,"caller":"git/git.go:176","msg":"Successfully cloned https://github.com/redhat-appstudio-qe/sample-multi-component @ 0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 (grafted, HEAD) in path /workspace/output/source"} {"level":"info","ts":1757529766.452149,"caller":"git/git.go:215","msg":"Successfully initialized and updated submodules in path /workspace/output/source"} Merge option disabled. Using checked-out revision 0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 directly. pod: python-component-hjhgbm-on-151a48efe584f5b66872219d54ede490-pod | container step-symlink-check: Running symlink check pod: python-component-hjhgbm-on-pull-request-mntq7-init-pod | init container: prepare 2025/09/10 18:42:24 Entrypoint initialization pod: python-component-hjhgbm-on-pull-request-mntq7-init-pod | init container: place-scripts 2025/09/10 18:42:28 Decoded script /tekton/scripts/script-0-mrfp8 pod: python-component-hjhgbm-on-pull-request-mntq7-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/build-e2e-nusq/python-component-hjhgbm:on-pr-0573f36d9f72c1ded27c2e2e01beceb9a7efcb55 Determine if Image Already Exists